Create Structure

Request
path Parameters
ontologyId
required
string
Request Body schema: application/json
order
required
Array of strings
arcs
required
Array of strings
name
required
string
property name*
additional property
any
Responses
200

Ok

post/ontologies/{ontologyId}/structures
Request samples
application/json
{
  • "order": [
    ],
  • "arcs": [
    ],
  • "name": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "order": [
    ],
  • "arcs": [
    ],
  • "name": "string",
  • "ontologyId": "string",
  • "creator": "string"
}